ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / InputTime<T> Class / Step Property

In This Topic
    Step Property (InputTime<T>)
    In This Topic
    Gets or sets the number of minutes between entries in the drop-down list.
    Syntax
    'Declaration
     
    Public Property Step As Integer
    public int Step {get; set;}
    See Also